python string concatenation 在 Which is the preferred way to concatenate a string in Python? 的評價 In Python >= 3.6, the new f-string is an efficient way to concatenate a string. >>> name = 'some_name' >>> number = 123 >>> >> ... ... <看更多>